﻿2026-07-23T17:42:26.6936441Z ##[group]Run actions/checkout@v5
2026-07-23T17:42:26.6937175Z with:
2026-07-23T17:42:26.6937523Z   fetch-depth: 0
2026-07-23T17:42:26.6937901Z   repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:26.6940971Z   token: ***
2026-07-23T17:42:26.6941316Z   ssh-strict: true
2026-07-23T17:42:26.6941669Z   ssh-user: git
2026-07-23T17:42:26.6942047Z   persist-credentials: true
2026-07-23T17:42:26.6942438Z   clean: true
2026-07-23T17:42:26.6942786Z   sparse-checkout-cone-mode: true
2026-07-23T17:42:26.6943195Z   fetch-tags: false
2026-07-23T17:42:26.6943543Z   show-progress: true
2026-07-23T17:42:26.6943898Z   lfs: false
2026-07-23T17:42:26.6944231Z   submodules: false
2026-07-23T17:42:26.6944569Z   set-safe-directory: true
2026-07-23T17:42:26.6944962Z   allow-unsafe-pr-checkout: false
2026-07-23T17:42:26.6945563Z ##[endgroup]
2026-07-23T17:42:26.7759470Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:26.7760977Z ##[group]Getting Git version info
2026-07-23T17:42:26.7761635Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T17:42:26.7762560Z [command]/usr/bin/git version
2026-07-23T17:42:26.7762980Z git version 2.43.0
2026-07-23T17:42:26.7775892Z ##[endgroup]
2026-07-23T17:42:26.7786996Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2d622532-8634-4b12-8d1b-c8e22a4e055e' before making global git config changes
2026-07-23T17:42:26.7788353Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T17:42:26.7790398Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T17:42:26.7823234Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T17:42:26.7843489Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:42:26.7854933Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T17:42:26.7857954Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T17:42:26.7877365Z HEAD
2026-07-23T17:42:26.7910382Z ##[endgroup]
2026-07-23T17:42:26.7911602Z [command]/usr/bin/git submodule status
2026-07-23T17:42:26.8102056Z ##[group]Cleaning the repository
2026-07-23T17:42:26.8138053Z [command]/usr/bin/git clean -ffdx
2026-07-23T17:42:26.8170090Z Removing traceable-reqs
2026-07-23T17:42:26.8177435Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T17:42:26.8231889Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:26.8236483Z ##[endgroup]
2026-07-23T17:42:26.8238534Z ##[group]Disabling automatic garbage collection
2026-07-23T17:42:26.8242582Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T17:42:26.8267342Z ##[endgroup]
2026-07-23T17:42:26.8268028Z ##[group]Setting up auth
2026-07-23T17:42:26.8272585Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T17:42:26.8299098Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T17:42:26.8489708Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T17:42:26.8514061Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T17:42:26.8697606Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T17:42:26.8725638Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T17:42:26.8914723Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T17:42:26.8946046Z ##[endgroup]
2026-07-23T17:42:26.8946688Z ##[group]Fetching the repository
2026-07-23T17:42:26.8952995Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +15dfdf4bf18f67b9dad2650c809f62ef0b418a56:refs/remotes/pull/68/merge
2026-07-23T17:42:27.5836635Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:42:27.5838729Z  + 8426bd41...c65908da fix/idemreplay-anchor -> origin/fix/idemreplay-anchor  (forced update)
2026-07-23T17:42:27.5880692Z ##[endgroup]
2026-07-23T17:42:27.5881774Z ##[group]Determining the checkout info
2026-07-23T17:42:27.5882896Z ##[endgroup]
2026-07-23T17:42:27.5908374Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T17:42:27.5932878Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T17:42:27.5958227Z ##[group]Checking out the ref
2026-07-23T17:42:27.5960559Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/68/merge
2026-07-23T17:42:27.6004867Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:27.6008751Z ##[endgroup]
2026-07-23T17:42:27.6040632Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T17:42:27.6060784Z 15dfdf4bf18f67b9dad2650c809f62ef0b418a56
